Problem:
a(a(x1)) -> a(b(c(c(x1))))
c(a(x1)) -> x1
c(b(x1)) -> a(a(x1))
Proof:
Bounds Processor:
bound: 2
enrichment: match
automaton:
final states: {3,2}
transitions:
a1(7) -> 8*
a1(8) -> 9*
a2(13) -> 14*
b2(12) -> 13*
c2(10) -> 11*
c2(11) -> 12*
a0(1) -> 2*
b0(1) -> 1*
c0(1) -> 3*
1 -> 7*
7 -> 10*
8 -> 12*
9 -> 11,3
13 -> 12*
14 -> 9,3
problem:
Qed